home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
v9n05.arc
/
BPB.SCR
< prev
next >
Wrap
Text File
|
1990-02-13
|
543b
|
26 lines
L 200 0 0 1
A 100
XOR AX,AX
MOV AL,[210] ;number of FATs
MOV BX,[216] ;size of FATs
MUL BX
MOV BX,AX ;total size of FATs now in BX
MOV AX,[20B] ;bytes per sector
MOV CL,20
DIV CL
MOV CL,AL ;# of directory entries per sector now in CL
MOV AX,[211] ;number of root dir entries.
DIV CL ;total size of root directory now in AX
MOV CX,AX
ADD CX,BX
INC CX
G120
AX= number of sectors used by Root directory
BX= number of sectors used by FATs
CX= number of sectors to copy for quick-format
Q